home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / TOOLBARS / FLOATER / FLOATER.DFM / FLOATER.txt
Text File  |  1996-04-12  |  1KB  |  68 lines

  1. object FloatingForm: TFloatingForm
  2.   Left = 239
  3.   Top = 99
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsNone
  6.   Caption = 'Floating'
  7.   ClientHeight = 56
  8.   ClientWidth = 118
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   PixelsPerInch = 96
  15.   Visible = True
  16.   OnCreate = FormCreate
  17.   TextHeight = 13
  18.   object CaptionPanel: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 118
  22.     Height = 17
  23.     Align = alTop
  24.     BevelOuter = bvNone
  25.     BorderStyle = bsSingle
  26.     Caption = 'Floater'
  27.     Color = clActiveCaption
  28.     TabOrder = 1
  29.     OnMouseDown = CaptionPanelMouseDown
  30.     OnMouseMove = CaptionPanelMouseMove
  31.   end
  32.   object ButtonPanel: TPanel
  33.     Left = 0
  34.     Top = 17
  35.     Width = 118
  36.     Height = 39
  37.     Align = alClient
  38.     BevelInner = bvLowered
  39.     BorderWidth = 1
  40.     BorderStyle = bsSingle
  41.     TabOrder = 0
  42.     object SpeedButton1: TSpeedButton
  43.       Left = 10
  44.       Top = 6
  45.       Width = 25
  46.       Height = 25
  47.     end
  48.     object SpeedButton2: TSpeedButton
  49.       Left = 34
  50.       Top = 6
  51.       Width = 25
  52.       Height = 25
  53.     end
  54.     object SpeedButton3: TSpeedButton
  55.       Left = 58
  56.       Top = 6
  57.       Width = 25
  58.       Height = 25
  59.     end
  60.     object SpeedButton4: TSpeedButton
  61.       Left = 82
  62.       Top = 6
  63.       Width = 25
  64.       Height = 25
  65.     end
  66.   end
  67. end
  68.